home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PRINTER / LJBOOK35.ARJ / LJBOOK.DOC < prev   
Text File  |  1991-04-25  |  10KB  |  221 lines

  1. LJBOOK Command                                                     Version 3.50
  2. --------------                                                     Apr 25, 1991
  3.  
  4.  
  5. Purpose:
  6.  
  7.     LJBOOK prints  text documents  in a  book format.   There are four pages
  8.     printed on each sheet of paper; two pages on each side of the paper.  An
  9.     HP LaserJet is required.  The  Y cartridge font is recommended,  but any
  10.     font capable of line printer, landscape, 8.5 point print may be used. An
  11.     internal landscape font is available.
  12.  
  13. Syntax:
  14.  
  15.     LJBOOK  filename  [output1 [output2] ]
  16.                       [/F] [/P] [/D] [/A] [/B] [/R] [/U] [/M] [/N] [/I]
  17.                       [/2] [/X] [/C]
  18.                       [/T...]
  19.  
  20. Remarks:
  21.  
  22.     The 'filename' is  required.  It specifies  the name of  the file to  be
  23.     printed.  A drive and/or path name may be used.
  24.  
  25.     The 'output1' and 'output2' file names are optional.  If omitted, the
  26.     standard output printer device is used, i.e. LPT1: or PRN: devices.
  27.     If supplied, the output is written to the specfied file(s) instead
  28.     of to the printer.  Use two output names when printing to a network
  29.     spooler or printer server. The file 'output1' contains the first side
  30.     and the second side unless 'output2' is specified. The file 'output2'
  31.     contains the second side.
  32.  
  33.     There are two pages printed on each of the two sides of the paper.  Each
  34.     side consists of a title line and up to 66 lines of 80 characters each.
  35.  
  36.     Eighty characters are printed on each line.  If the file's lines  exceed
  37.     80 characters, the lines are  wrapped so that 80 characters  are printed
  38.     on each line until the entire file's line has been processed.
  39.  
  40.     TAB control characters are expanded and effect line length.
  41.  
  42.     A new page  is started after  66 lines have  been printed, or  if a form
  43.     feed (hex 0C) is encounterd.  DO NOT END THE FILE WITH A FORM FEED!
  44.  
  45.     After the first side has been printed, remove the printed paper from the
  46.     stacker and place it into the paper tray.  The orientation of the  paper
  47.     in the tray depends on the printer model and method of stacking used.
  48.  
  49.     On a LaserJet Plus with the  standard paper stacker, the paper is  moved
  50.     from the stacker to the tray without rotating or turning.   The  printer
  51.     is reset after the file has been printed if /R is used.
  52.  
  53.     On a LaserJet IIP with multipurpose (MP)tray, change the output tray
  54.     selector to the down position (so that paper goes to the face up output
  55.     tray).  After the first side is printed, change the output tray selector
  56.     back to the up position and move the paper from the output tray to the MP
  57.     tray without rotating or turning.
  58.  
  59.     LJBOOK (c) Copyright 1987-91 by Vernon D. Buerg.  ALL RIGHTS RESERVED.
  60. LJBOOK Command                  OPTIONS                            Version 3.30
  61. --------------                                                     Jan 21, 1991
  62.  
  63.  
  64.     /A  -  set margins for use with A4 size paper
  65.  
  66.     /B  -  use downloaded font with ID of 1 (see below)
  67.  
  68.     /C  -  continuous printing: do not pause between the printing of side 1
  69.            and side 2, but set manual feed on the printer so that the operator
  70.            must change paper after printing 1. This option is intended for use
  71.            with networked printers.
  72.  
  73.     /D  -  add the current date and time to the top of each page
  74.  
  75.     /F  -  place the file's name at the top of each page
  76.  
  77. |   /I  -  indent left margins for hole punching and print cut line on
  78.            each page
  79.  
  80.     /M  -  print to a DeskJet printer (vmi=5.2, typeface 3)
  81.  
  82.     /N  -  skip prompt to press enter before beginning to print
  83.  
  84.     /P  -  generate page numbering  and to place the page numbers  at
  85.            the top of each page
  86.  
  87.     /R  -  RESET the printer before and after printing the file
  88.  
  89.     /T  -  print supplied text on top title line of each page (see below)
  90.  
  91.     /U  -  underline the top title line
  92.  
  93.     /X  -  use duplex mode on an HP LJ II-D or III-D
  94.  
  95.     /2  -  print on one side only, two pages on each sheet
  96.  
  97.  
  98.     Specify /B to tell LJBOOK that you wish to use the internal LJBOOK font
  99.     which prints 18 pitch, 7.68 point, bold, in landscape orientation.  If
  100.     you specify /B, LJBOOK downloads its own font and assigns a font ID of
  101.     1 to it.  Otherwise, it is assumed that the current primary font is
  102.     capable of 16.66 pitch, 8.5 point, landscape orientation as supplied
  103. |   with the Y font cartridge.  The /B option need be specified only for
  104. |   the first file to be printed as long as the printer is not reset.
  105.  
  106.  
  107.     Specify /T followed by up to  40 characters of text, to supply  your own
  108.     title for the  top of each  page.  You can  not use both  the /f and  /t
  109.     options together.  If supplied, the /T parameter must be the last one.
  110.  
  111.  
  112.  
  113.     After printing the first side, the paper should be loaded back into  the
  114.     printer such that the last page printed  is on top and the LAST edge  of
  115.     the paper that came out of the printer is the FIRST edge of the paper to
  116.     go back in.
  117.  
  118.     If you're spooling LJBOOK to a network printer, try using this statement:
  119.  
  120.         NET USE LPT1 \\[network-printer-name]
  121.  
  122.  
  123. LJBOOK Command                  HISTORY                            Version 3.50
  124. --------------                                                     Apr 25, 1991
  125.  
  126.         v0.90 7/02/87  - first flyer
  127.         v0.97 7/05/87  - add option switches
  128.         v0.98 7/19/87  - correction for multiples of 4 pages
  129.         v0.99 8/10/87  - correction for files over 256 pages
  130.         v1.0 10/05/87  - first public release
  131.         v1.01 11/22/87 - play with line length and margins
  132.         v1.02 1/14/88  - some suggestions from Guy Gallo
  133.                        - print only one sheet if 1 or 2 pages
  134.                        - leave empty pages blank
  135.         v1.03 1/15/88  - process tabs
  136.         v1.04, 1/26/88 - add /T title option
  137.         v1.05, 1/26/88 - add /2 option
  138.         v1.06, 2/05/88 - correct tab spacing
  139.  
  140.         v2.00, 2/10/88 - make MS-MASM v5 compatible
  141.         v2.10, 4/04/88 - incorporate RWS mods for BOLD18.USL downloadable font
  142.                          by R. W. Smetana
  143.         v2.20,10/28/88 - change symbol set for use with Laserjet series II
  144.         v2.30,07/01/89 - reset ljp when finished
  145.                        - add DOS file sharing
  146.         v2.31,11/26/89 - control code corrections from Lee Buck
  147.         v2.40, 2/18/90 - fix linecount with long lines & reset prob.
  148.                        - add /A option for printing on A4 size paper
  149.                          from changes by Paul Messchaert and Volker Blasius
  150.         v2.50, 2/19/90 - suggested changes and corrections from David Bryant
  151.         v2.60, 6/17/90 - add /R option to reset printer
  152.         v2.70, 6/30/90 - made BOLD18 font internal for use with /B option
  153.         v2.80, 9/18/90 - enable linewrap; entire lines are printed
  154.                        - add prompt after reporting number of pages to print
  155.         v2.90,10/23/90 - mods from Robert W. King for DeskJet printing
  156.                        - change internal font to print linedraw characters
  157.  
  158.         v3.00,12/10/90 - add duplex printing mods from Alain Caillard
  159.         v3.10,12/20/90 - correct A4 margins
  160.                        - add /N command line parameter to skip first prompt
  161.                        - set PC10 symbol set
  162.         v3.20, 1/08/91 - remove setting of PC10 symbol set
  163.                        - correct some margins
  164.         v3.30, 1/21/91 - add /C continuous printing option, mods suggested
  165.                          by Rob Greenbank
  166. |       v3.40, 4/18/91 - add /I hole punch margins, mods by Graham Ullrich
  167. |       v3.50, 4/25/91 - replace /B internal font with a much crisper one that
  168. |                        includes the linedraw characters; font designed and
  169. |                        supplied by George Havach
  170.  
  171. LJBOOK Command                  NOTICES                            Version 3.50
  172. --------------                                                     Apr 25, 1991
  173.  
  174.     LJBOOK (c) Copyright 1987-1991 by Vernon D. Buerg. ALL RIGHTS RESERVED.
  175.  
  176.     PC DOS version 2.0 or later is required.  About 64k of memory is needed.
  177.  
  178.     The internal font and the modifications to LJBOOK for its use were
  179.     supplied by R.W. Smetana.  The mods for printing on a DeskJet printer
  180.     were supplied by Robert W. King.  The duplex mods were supplied by Alain
  181.     Caillard.
  182.  
  183.     Please submit your modifications to me.  You may not distribute a modified
  184.     version of LJBOOK without my permission.
  185.  
  186.     LJBOOK is free, but it is a copyrighted work and may be distributed only
  187.     pursuant to this license.
  188.  
  189.     Permission is hereby granted to reproduce and disseminate LJBOOK so long
  190.     as:
  191.  
  192.        (1)  No remuneration of any kind is received in exchange; and
  193.  
  194.        (2)  Distribution is without ANY modification to the contents of
  195.             LJBOOK.COM and all accompanying documentation and/or support
  196.             files, including the copyright notice and this license.
  197.  
  198.     No copy of LJBOOK  may be distributed without  including a copy of  this
  199.     license.
  200.  
  201.     Any  other  use  is  prohibited  without  express, written permission in
  202.     advance.  Licensing  is  available  for  corporations and  institutions.
  203.  
  204.     Assembler source is available upon request.  If you  have enhancements,
  205.     or ideas for improvements,  please send them to the author.
  206.  
  207.     If you are using LJBOOK and  find it of value,  your gift in any  amount
  208.     ($20 suggested) will be greatly appreciated.
  209.  
  210.  
  211.  
  212.             Vernon D. Buerg
  213.             139 White Oak Circle
  214.             Petaluma, CA  94952
  215.  
  216.             CompuServe: 70007,1212    Go IBMHW
  217.             Data/BBS:   707-778-8944, VOR BBS, USR 2400
  218.                         707-778-8841, MB BBS, USR 9600
  219.                         415-994-2944, VOR South BBS, USR 9600
  220.             FAX:        707-778-8728
  221.